home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2001 May / SGI IRIX 6.5 Applications 2001 May.iso / dev / insight_dev.idb / usr / lib / Insight / dweb / dtl2html / dwsgi.dwc.z / dwsgi.dwc
Encoding:
Text File  |  2001-04-05  |  625 b   |  29 lines

  1. ##   DynaWeb Main Configuration File
  2.  
  3. dwService dwsgi default
  4.  
  5. dwSetParam Default__TocDepth      1
  6. dwSetParam Default__CollTocDepth  1
  7. dwSetParam Default__FramesFlag    0
  8. dwSetParam Default__TablesFlag    1
  9. dwSetParam Default__EntitiesFlag  1
  10.  
  11. dwSetParam dwServerLocale  C
  12.  
  13. if [info exists env(DWEB_DIR)] {
  14.      set DWEBDIR $env(DWEB_DIR)
  15. } else {
  16.      set DWEBDIR "/usr/lib/Insight/dweb"
  17. }
  18.  
  19. if [info exists env(DWEB_COLLECTS)] {
  20.      set DWEBCOLL $env(DWEB_COLLECTS)
  21. }
  22.  
  23. dwSetParam CONFIG_DIR $DWEBDIR/dtl2html
  24.  
  25. dwSource [dwGetParam CONFIG_DIR]/sgibook.dwc
  26. dwSource [dwGetParam CONFIG_DIR]/sgipreproc.dwc
  27. dwSource $DWEBCOLL
  28.  
  29.